Error
Account actions
Combined "what does this wallet need to do right now" view.
Aggregates three categories that demand user action:
- proposal-vote: governance proposals in the active voting period that the wallet has not voted on.
- dispute-commit: oracle disputes currently in the commit window the wallet has not committed on.
- dispute-reveal: pending reveals queued for the wallet (the indexer relays them; this surfaces the queue).
Returned as a single discriminated union so a UI can render one badge count + one notifications drawer sorted by soonest deadline.
GET
Error
Authorizations
HttpOnly session cookie set by POST /v1/auth/session. Mutating requests must also send the CSRF token (returned by that call) in the x-csrf-token header.
Path Parameters
Alephium address (base58, optional :N group suffix).
Required string length:
30 - 80Pattern:
^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz:]+$Last modified on August 11, 2026

